home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global bioInfo
- if the doubleClick then
- exit
- end if
- repeat with i = 1 to 11
- set the hilite of member ("biodata " & i) to 0
- end repeat
- repeat with i = 13 to 15
- set the hilite of member ("biodata " & i) to 0
- end repeat
- set x to count(bioInfo)
- repeat with i = 1 to x
- set the hilite of member ("biodata " & getAt(bioInfo, i)) to 1
- end repeat
- cursor(0)
- end
-